home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-11 | 826 b | 34 lines | [TEXT/GEOL] |
- Item 5755434 10-Oct-89 19:25
-
- From: SCHMUCKER1 Schmucker, Kurt
-
- To: ROTH2 Roth, Eric
-
- cc: MACAPP.TECH$ MACAPP Tech
-
- Sub: Re: object type coercion
-
- Eric,
-
- Yup, there is "something about the resource definition of the popup view
- that has to match up with the new subclass".
-
- The resource file contains the actual name of the class of the object.
- This is the only way MacApp "knows" about your view subclasses.
-
- Example:
-
- TextListView {
- "TMiddlePane", <- this is the name of the class
- 0, 1, 12, 12, 0, 4,
- dontAdornRows,
- dontAdornCols,
- singleSelection,
- applFont9 };
-
- Change your's from TPopup to TMyPopup and you should be fine.
-
-
- Kurt
-
-